memory n. 1.记忆;记忆力;【自动化】存储器;信息存储方式;存储量。 2.回忆。 3.纪念。 4.死后的名声,遗芳。 5.追想得起的年限[范围]。 artificial memory 记忆法。 retentive memory 良好的记忆力。 a translation memory (电子计算机的)译码存储器。 Keep your memory active. 好好记住,不要忘记。 It is but a memory. 那不过是往事而已。 bear [have, keep] in memory 记着,没有忘记。 beyond [within] the memory of man [men] 在有史以前[以来]。 cherish the memory of (sb.) 怀念(某人)。 come to one's memory 想起,忆及,苏醒。 commit to memory 记住。 from memory 凭记忆。 have a good [bad, poor, short] memory 记性好[坏]。 have no memory of 完全忘记。 If my memory serves me. 如果我的记性不错。 in memory of 纪念…。 of blessed [famous, happy, glorious] memory 故〔加在已死王公名上的颂词〕 (King Charles of blessed memory 已故查理王)。 slip sb.'s memory 被某人一时忘记。 to the best of one's memory 就记忆所及。 to the memory of 献给…〔著者书前纪念性题词〕。 within living memory 现在还被人记着。
The memory operation in anxiety and priming emotion 焦虑情绪与启动情绪两种状态下的记忆信息处理
Bubble memory operation 磁泡操作
There are two language mechanisms for guaranteeing consistency of memory operations across threads - 有两种语言机制可用于保证跨线程内存操作的一致性
The term reordering is used to describe several classes of actual and apparent reorderings of memory operations “重新排序”这个术语用于描述几种对内存操作的真实明显的重新排序的类型:
The other major area where the existing jmm caused some very confusing results was with memory operation reordering on 字段的内存操作重新排序有关,这个领域中现有jmm引起了一些非常混乱的结果。
This means that in the absence of synchronization , memory operations can appear to happen in different orders from the perspective of different threads 这意味着在缺乏同步的情况下,从不同的线程角度来看,内存的操作是以不同的次序发生的。
The jsr 133 expert group decided that it would be more sensible for volatile reads and writes not to be reorderable with any other memory operations - to support precisely this and other similar use cases Jsr 133 expert group决定让volatile读写不能与其他内存操作一起重新排序是有意义的可以准确地支持这种和其他类似的用例。
You ll recall how confusing memory operation reordering can be , and how subtle but serious problems can sneak into your code when you don t properly synchronize or actively try to avoid synchronizing ) ,您将会记得内存操作重新排序是多么的混乱,以及当您没有正确地同步(或者没有积极地试图避免同步)时,细微却严重的问题会如何暗藏在您的代码中。
Another thread enters a synchronized block protected by that same lock ; this means that whatever memory operations are visible to thread a when it exits a synchronized block protected by lock m are visible to thread b when it enters a Java内存模型规定,在另一个线程进入由同一个锁保护的同步块之前,一个线程应该退出同步块;这就意味着线程a在退出锁m保护的
Because of the performance benefits of using processor registers and per - processor caches to speed up memory access , the java language specification permits some memory operations not to be immediately visible to all other threads 由于使用处理器寄存器和预处理cache来提高内存访问速度带来的性能提升, java语言规范( jls )允许一些内存操作并不对于所有其他线程立即可见。